Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / FontFamily Property

In This Topic
    FontFamily Property (C1ListView<T>)
    In This Topic
    Gets or sets the font family applied to the view.
    Syntax
    'Declaration
     
    
    Public Property FontFamily As String
    public string FontFamily {get; set;}
    See Also